home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 8140 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.misc
  4. Subject: Re: serial problems
  5. Followup-To: comp.sys.amiga.hardware,comp.sys.amiga.misc
  6. Date: Thu, 14 Mar 96 23:48:12
  7. Organization: Private node.
  8. Distribution: world
  9. Message-ID: <19960314.59AA50.1512F@al094.du.pipex.com>
  10. References: <4i8pb2$i58@news2.delphi.com>
  11. NNTP-Posting-Host: al094.du.pipex.com
  12. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  13.  
  14. snewland (snewland@bix.com) wrote:
  15. : I have an A2000 w/OS3.1, a 28800
  16. : modem and an 040.  I seem to be having some problems with my serial port. 
  17. : Every once in a while I'll get a Serial I/O error No 6 (hardware overrun). 
  18. : Does anyone know what causes this
  19.  
  20. The Amiga serial port only has one byte of buffer space. If some other
  21. hardware (e.g. hard disk controller, graphics chips; just about anything) has
  22. control of the bus for too long, what was in the buffer will be replaced by
  23. new data without being read - i.e. buffer overrun.
  24.  
  25. :                                   how it might be fixed. 
  26.  
  27. Lower the baud rate you use between the serial port and the modem. I find
  28. 38400 safe on my A500+ - anything above that and I get problems due to my
  29. GVP hard disk controller hogging the bus for too long while reading/writing
  30. data.
  31.  
  32. Alternatively, buy a serial card, which should allow you to reach 115,200
  33. bps between serial port and modem without any troubles.
  34.  
  35. -- Mat.
  36.